home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue30
/
winmac
/
WINMAC.ZIP
/
SRECORDR.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-19
|
206 b
|
14 lines
{$I SRCOMOPT.INC}
program srecordr;
uses
Forms,
Srmain in 'SRMAIN.PAS' {SuperRecorder};
{$R *.RES}
begin
Application.CreateForm(TSuperRecorder, SuperRecorder);
Application.Run;
end.